From: Ralf Baechle Date: Mon, 18 Apr 2005 10:40:09 +0000 (+0000) Subject: Need to include smp.h for the definition of smp_processor_id(). X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~49244^2~1^2~221 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=88de09f351e0b38a0991f4abd4ff6691b565d2ef;p=linux-4.9.git Need to include smp.h for the definition of smp_processor_id(). Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h index e906382576e6..85435a8d4e52 100644 --- a/include/asm-mips/delay.h +++ b/include/asm-mips/delay.h @@ -12,7 +12,7 @@ #include #include - +#include #include static inline void __delay(unsigned long loops)